Configuring Flow Exports on HP 9300

For NetFlow analysis, you need to configure your devices to export flows to Site24x7 On-Premise Poller, which is the NetFlow collector. The On-Premise Poller will be listening to the particular port to receive flows. Learn how to find the port number of your On-Premise Poller.

Configure flows on HP Deskjet 9300 printer series using the following commands:

config t
ip flow-export enable
ip flow-export version 5
ip flow-export destination {NETFLOW_SERVER_IP} {NETFLOW_SERVER_LISTENER_PORT}
ip flow-cache timeout active 1
ip flow-cache timeout inactive 15
ip flow-export source {LOOPBACK_INTERFACE_NAME}

Enter global configuration mode on the router or Multilayer Switch Feature Card (MSFC), and issue the following commands for each interface on which you want to enable flow:

interface {INTERFACE_NAME}
ip route-cache flow
exit

Was this document helpful?
Thanks for taking the time to share your feedback. We’ll use your feedback to improve our online help resources.